-
Couldn't load subscription status.
- Fork 14
Add set & get element position funcs #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably know what to change in setElementPosition.yaml with my review comments.
|
What about syntax OOP? How is it done? |
Support has been added in 003d850. server:
name: setPlayerName
oop:
entity: player
method: setName
variable: nameserver:
name: createVehicle
oop:
entity: vehicle
constructor: Vehicleclient:
name: fadeCamera
oop:
entity: Camera
method: fade
static: true |
|
I've handled the issues and added OOP syntax. |
Information taken from https://wiki.multitheftauto.com/wiki/SetElementPosition and https://wiki.multitheftauto.com/wiki/GetElementPosition
No changes made to the original data